HandleWheel Property (MenuBase<T>)
In This Topic
Gets or sets a value that determines whether the user can use the mouse wheel to change the currently selected item.
Syntax
'Declaration
Public Property HandleWheel As Boolean
public bool HandleWheel {get; set;}
See Also